home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / tsqed16.zip / ASCII.QMA < prev    next >
Text File  |  1991-12-26  |  769b  |  24 lines

  1. *                                                All rights reserved
  2. * Load ascii table file
  3. * By Timo Salmi Thu 26-Dec-91
  4. *
  5. * To compile this simple macro apply QMAC ASCII.MAC ASCII.QMA /A- /B
  6. *
  7. * The QMAC.EXE macro translator is from
  8. * garbo.uwasa.fi:/pc/editor/qmac215.zip
  9. * (Also the earlier version 2.1 will do).
  10. *
  11. * Before compiling the macro, edit the path (c:\qed) to conform to
  12. * where you have your files.
  13. *
  14. * To make this macro available you can e.g. first invoke the main
  15. * menu (usually F10) and select Macro: Read Macro: ascii.mac. Then
  16. * you can invoke it with ALT-5.
  17.  
  18. * ┌──────────────────────────────┐
  19. * │ Load ascii table file, ALT-5 │
  20. * └──────────────────────────────┘
  21. @5 MacroBegin
  22.     EditFile 'c:\qed\ascii.txt'
  23.     Return
  24.